ElsClient Object
The ElsClient object is used to display and manipulate the Event Logging Service. Declare the object using the following code:
|
CreateObject("CxEls.ElsClient") |
Each method in this document will assume you have declared the ELS object using the following code:
|
Dim ElsClient Set ElsClient = CreateObject("CxEls.ElsClient") ElsClient.Connect("CYGDEMO.ELS") |
More:


